Organization

interface Organization

The Organization interface provides methods for retrieving the current authenticated user's organization.

Functions

Link copied to clipboard
abstract suspend fun get(): OrganizationResponse
abstract fun get(callback: (OrganizationResponse) -> Unit)

Wraps Stytch’s organization/me endpoint.